home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Formula1.swf / scripts / DefineButton2_287 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2004-07-27  |  528 b   |  8 lines

  1. on(release){
  2.    randyurl = random(1000);
  3.    loadVariablesNum("http://vodafone.panlogic.co.uk/vodafone/servlet/vodafone?flag=1&url=forward to friend&rand=" add randyurl,0);
  4.    var subject = "Bet you can\'t beat Schumacher...";
  5.    var body = "I\'ve just played this superb Vodafone Ferrari F1 racing game and I think you\'ll love it.%0D %0A %0D %0ASee where you can get on the global leaderboard.%0D %0A %0D %0AClick http://vodafone.panlogic.co.uk to play.";
  6.    getURL("mailto:?subject=" + subject + "&body=" + body,"");
  7. }
  8.